home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / morris / dll.def < prev    next >
Encoding:
Text File  |  1994-11-15  |  517 b   |  17 lines

  1. ; STANDARD WEP PROVIDED BY VISUAL C++ 1.51.
  2. LIBRARY   DLL
  3. EXETYPE   WINDOWS
  4. CODE      PRELOAD MOVEABLE DISCARDABLE
  5. DATA      PRELOAD MOVEABLE SINGLE
  6. HEAPSIZE  1024
  7. EXPORTS
  8.           WEP PRIVATE
  9. ; To implement your own Windows Exit Procedure add the following
  10. ; function to your application (referring to it in the .def file is
  11. ; not required.)  The extern "C" is only required if module is C++.
  12. ; extern "C" int FAR PASCAL _WEP(int)
  13. ; {
  14. ;       /* Your WEP functionality goes here */
  15. ;  return 1;
  16. ; }
  17.